home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / StereoScope / Source / Makefile < prev    next >
Makefile  |  1994-04-01  |  1KB  |  55 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = StereoScope
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = SterOptikon.tiff
  16. DOCICONS = SterOptikonDoc.tiff
  17.  
  18. GLOBAL_RESOURCES = GNULicense.nib Help.nib Info.nib Stereo.nib \
  19.                    cubedot.tiff SterOptikon.tiff SterOptikonDoc.tiff
  20.  
  21. CLASSES = AzimuthMat.m CubeView.m DefaultHandler.m GNULicense.m Help.m \
  22.           PerspMat.m StereoController.m StereoView.m SterOptikonApp.m
  23.  
  24. HFILES = AzimuthMat.h CubeView.h DefaultHandler.h GNULicense.h Help.h \
  25.          PerspMat.h StereoController.h StereoView.h SterOptikonApp.h
  26.  
  27. MFILES = StereoScope_main.m
  28.  
  29. PSWFILES = dotAt.psw
  30.  
  31. OTHERSRCS = BuckyBall.S3d monitor.m points50.3d sample.S3d \
  32.             StereoScope.README
  33.  
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. INSTALLDIR = $(HOME)/Apps
  37. INSTALLFLAGS = -c -s -m 755
  38. SOURCEMODE = 444
  39.  
  40. ICONSECTIONS =    -sectcreate __ICON app SterOptikon.tiff \
  41.         -sectcreate __ICON SterOptikonDoc SterOptikonDoc.tiff
  42.  
  43. LIBS = -lMedia_s -lNeXT_s
  44. DEBUG_LIBS = $(LIBS)
  45. PROF_LIBS = $(LIBS)
  46.  
  47.  
  48. -include Makefile.preamble
  49.  
  50. include $(MAKEFILEDIR)/app.make
  51.  
  52. -include Makefile.postamble
  53.  
  54. -include Makefile.dependencies
  55.